home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 4 / BBS in a Box - Macintosh - Volume IV (January 1992) (BBS in a Box).iso / Files / Game / C / CORE! 1.1.CPT / Core! 1.1 / Battle Programs / contest90 / LEAPTOAD.RED < prev    next >
Encoding:
Text File  |  1991-08-13  |  429 b   |  19 lines

  1. ;
  2. ;    Warrior: Leap Toad
  3. ;  File name: leaptoad.red
  4. ; Tournament: ICWST'90
  5. ;   Standard: CWS'88
  6. ;     Author: Matthew Skala
  7. ;
  8. KILLPTR   DAT            #0
  9. KILL      MOV  KILLPTR   <KILLPTR
  10.           DJN  KILL      #1024
  11.           MOV  #1024     -1
  12. START     SPL  KILL
  13.           MOV  0         5
  14.           MOV  0         5
  15.           MOV  0         5
  16.           MOV  0         5
  17.           MOV  0         5
  18.           END       START
  19.